home *** CD-ROM | disk | FTP | other *** search
- ;
- ; $Id: gnuplot.prj,v 1.2 1992/10/18 19:46:51 alex Exp $
- ;
- ; gnuplot.prj - this project can be used for both PureC and TurboC on the
- ; Atari. It is currently set up for PureC, but if you change all lines
- ; starting with PC to TC and add -D__PUREC__ to the .C[] commandline, you will
- ; be able to compile with TC as well (hopefully). Maybe you will have to change
- ; the #include lines in term.c from term/... to term\...
- ; if the program hangs up when you press ^C or ^D, add -DBROKEN_SIGINT to the
- ; .C[] commandline.
- ;
- ; Additionally you have to compile doc2gih.c in docs as .ttp program and
- ; execute 'doc2gih.ttp gnuplot.doc ..\gnuplot.gih'
- ;
- ; all this could be so easy, if PureC included a make utility
- ;
-
- gnuplot.prg
- ; some of the demos require quite a large stack
- .L[-S=81920]
- ; remove the -W- option, if you want to get some warnings or all -W options,
- ; if you want to get hundreds of 'em
- .C[-P -Iterm -DATARI -DREADLINE -DHELPFILE="GNUPLOT.GIH" -DMEMSET -DMEMCOPY -DNOVFORK -W- -W-pro -W-nod -W-rv]
- =
- PCSTART.O
- binary (binary.c, plot.h)
- bitmap (bitmap.c, bitmap.h, plot.h)
- command (command.c, help.h, plot.h, setshow.h)
- contour (contour.c, plot.h)
- eval (eval.c, plot.h)
- gnubin (gnubin.c, plot.h, setshow.h)
- graphics (graphics.c, plot.h, setshow.h)
- graph3d (graph3d.c, plot.h, setshow.h)
- help (help.c, help.h, plot.h)
- internal (internal.c, plot.h)
- misc (misc.c, help.h, plot.h, setshow.h)
- parse (parse.c, plot.h)
- plot (plot.c, plot.h, setshow.h)
- readline (readline.c, plot.h)
- scanner (scanner.c, plot.h)
- setshow (setshow.c, plot.h, setshow.h)
- specfun (specfun.c, plot.h)
- standard (standard.c, plot.h)
- term (term.c, bitmap.h, plot.h, setshow.h, term.h,
- term\atari.trm, term\dumb.trm, term\eepic.trm,
- term\epson.trm, term\hpgl.trm, term\hpljii.trm,
- term\hppj.trm, term\latex.trm, term\pbm.trm,
- term\post.trm, term\texdraw.trm, term\tgif.h,
- term\tgif.trm, term\tpic.trm)
- util (util.c, plot.h)
- version (version.c)
- PCFLTLIB.LIB ; note: the order of the librarys is significant !!
- PCSTDLIB.LIB
- PCEXTLIB.LIB
- PCTOSLIB.LIB
- PCGEMLIB.LIB
-